projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
240a346
)
(next-line-add-newlines): Add :version.
author
Dave Love
<fx@gnu.org>
Tue, 16 Jan 2001 12:13:43 +0000
(12:13 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 16 Jan 2001 12:13:43 +0000
(12:13 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index a41f2109de7e5e25c803d874458d89755ea20538..ca700fc7185e178935882a6ab47c1e1cac99c0d4 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-2366,6
+2366,7
@@
incremental search, \\[beginning-of-buffer], and \\[end-of-buffer]."
(defcustom next-line-add-newlines nil
"*If non-nil, `next-line' inserts newline to avoid `end of buffer' error."
:type 'boolean
+ :version "21.1"
:group 'editing-basics)
(defun next-line (arg)